From e0bf6585debdbe4020f6d447a07796145de84ae1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 21 Jun 2023 15:39:28 -0400 Subject: [PATCH] Cosmetics: typo fix --- gtk/gtkfilechooserwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index 592df92c02..4eb64048be 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -4573,7 +4573,7 @@ gtk_file_chooser_widget_unselect_all (GtkFileChooser *chooser) /* Checks whether the filename entry for Save modes contains a well-formed filename. * - * is_well_formed_ret - whether what the user typed passes gkt_file_system_make_path() + * is_well_formed_ret - whether what the user typed passes gtk_file_system_make_path() * * is_empty_ret - whether the file entry is totally empty * -- 2.30.2